Revision: kernel-package--devel--9.0--patch-92
Archive: srivasta@debian.org--etch
Creator: Manoj Srivastava <srivasta@debian.org>
Date: Thu Dec 22 00:19:11 CST 2005
Standard-date: 2005-12-22 06:19:11 GMT
Modified-files: kernel/ruleset/architecture.mk
    kernel/ruleset/misc/ChangeLog
    kernel/ruleset/misc/defaults.mk
New-patches: srivasta@debian.org--etch/kernel-package--devel--9.0--patch-92
Summary: Fix clean on amd64 machines
Keywords: 

* kernel/ruleset/misc/defaults.mk (architecture): well, on amd64 boxes,
  DEB_HOST_ARCH_CPU does not match what the kernel calls this
  architecture. However, DEB_HOST_GNU_CPU does. Anyway, if we find the
  architecture is being called amd64, we revert it to the kernel
  nomenclature of x86_64, since then minimal.mk would have the same name
  that the kernel uses.

* kernel/ruleset/architecture.mk: Well, since we changed the architecture
  to x86_64, we should check with that name when deciding whether we need
  ruleset/arches/amd64.mk 
